->

object ->
class Object
trait Matchable
class Any

Value members

Methods

def unapply[F[_]](req: Request[F]): Some[(Method, Path)]

HttpMethod extractor: {{{ (request.method, Path(request.path)) match { case Method.GET -> Root / "test.json" => ... }}}